Version

CopyTo Method (RearrangedList<T>)

Copies the items in the collection to the array, starting at the specified index.
Syntax
public void CopyTo( 
   T[] array,
   int arrayIndex
)

Parameters

array
The array to add collection items to.
arrayIndex
The index at which to start the copy operation.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also